func github.com/jackc/pgx/v5/pgtype.isRagged

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		array_codec.go#L384: func isRagged(slice reflect.Value) bool {
		array_codec.go#L399: 		if isRagged(slice.Index(i)) {
		pgtype.go#L1018: 			if !isRagged(targetElemValue) {
		pgtype.go#L1873: 			if !isRagged(sliceValue) {